home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / misc / e-n / hsc / src_docs / about.hsc next >
Text File  |  1995-10-07  |  1KB  |  36 lines

  1. <$INCLUDE FILE="inc/macro.hsc">
  2. <WEBPAGE chapter="hsc - " title="About">
  3.  
  4. If you read this, it's quite likely that you tried to design a
  5. HTML-page. And you probably found out that HTML is a very
  6. clumsy thing: No macros, no include files and several other
  7. features lacking.<P>
  8.  
  9. And what can you do after your page is ready? View it with a
  10. browser and test-click all links?<P>
  11.  
  12. Pfuahahaha! Most browser are designed to handle as many errors
  13. as possible and display a readable page, but don't mention your
  14. errors! And link-testing is a very stupid task...<P>
  15.  
  16. Of course, there exist several tools: You can use a C-preprocessor to
  17. define macros and include files, use WebLint as a syntax-checker
  18. and run a link-test-tool on your page.<P>
  19.  
  20. Anyway, <hsc> does all this: it performs a (small) syntax check,
  21. tests your (local) links and provides a very HTML-like way to
  22. define macros. And much more..<P>
  23.  
  24. <hsc> simply acts like a preprocessor: You call it with a "extended"
  25. HTML-source (I call it HSC-source) containig special commands <hsc>
  26. interprets and produces a pure HTML-output as object file.
  27. The output file can be viewed with a W3-browser.<P>
  28.  
  29. <* navigation bar *>
  30. <MAIN>
  31. <PREV href="hsc.html">
  32. <NEXT href="require.html">
  33. <COPYRIGHT>
  34.  
  35. </WEBPAGE>
  36.